home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / git / RelNotes-1.6.2.5.txt < prev    next >
Encoding:
Text File  |  2011-09-22  |  688 b   |  22 lines

  1. GIT v1.6.2.5 Release Notes
  2. ==========================
  3.  
  4. Fixes since v1.6.2.4
  5. --------------------
  6.  
  7. * "git apply" mishandled if you fed a git generated patch that renames
  8.   file A to B and file B to A at the same time.
  9.  
  10. * "git diff -c -p" (and "diff --cc") did not expect to see submodule
  11.   differences and instead refused to work.
  12.  
  13. * "git grep -e '('" segfaulted, instead of diagnosing a mismatched
  14.   parentheses error.
  15.  
  16. * "git fetch" generated packs with offset-delta encoding when both ends of
  17.   the connection are capable of producing one; this cannot be read by
  18.   ancient git and the user should be able to disable this by setting
  19.   repack.usedeltabaseoffset configuration to false.
  20.  
  21.  
  22.